Delete Query with Where Condition in Codeigniter

57

	$this->db->where('id', 2);	
	$this->db->delete('table_name');
	

Comments

Submit
0 Comments